N3trunn3rs Library
------------------
2008-2011 by N3trunn3r
n3trunn3r@catbone.freebasic.net
http://catbone.freebasic.net/

About:
------
This is a collection of FreeBASIC libraries of my personal taste,
which I use to write games and other stuff.
The point is to make it much easier to get started with the fun :3

imgloader.bas:
-loades tilesets
-masks images by default with the rgb color 255,0,255 (pink)

mouse.bas:
-several mouse functiones like "mouse_down" or "mouse_hit"

print2:
-prints png fonts

rect.bas:
-draws a rect (alternative to line)

scale.bas:
-scales images with filter

initscreen.bas:
-initiates screen setting
-loades all setting from an easy to configure ini file

sndloader.bas:
-easy load and play of sounds and streams

speedgui.bas:
-simple GUI

Requirements:
-------------
fmod.dll 3.7.5.0. - http://www.fmod.org/
zlib1.dll 1.2.2.0 - http://www.zlib.net/
freetype6.dll - 

Compiler info:
--------------
All applications are written for FreeBASIC 0.21.1.
You can download the free compiler from http://www.freebasic.net/

Copyright:
----------
The software is released under the terms of the
General Public License. See GPL.txt for more information.
Except that only I have the the right to change the type of license
for all further releases of the programs/code I write myself.
Everything in the folder "3th" is copyright by the respective author.

Change log:
-----------
1.0 - 2008.07.10 - first release
1.1 - 2011.01.14 - a lot of improvements
1.2 - 2011.04.04 - addet SpeedGUI
1.4 -			 SpeedGUI addet labels
			 addet freetype2
			 addet Fonts to SpeedGUI 
			 bug fixing